object ExceptionForm: TExceptionForm Left = 262 Top = 205 BorderStyle = bsToolWindow Caption = 'Unexpected Exception' ClientHeight = 193 ClientWidth = 506 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] OldCreateOrder = False Position = poDesktopCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 49 Height = 162 Align = alLeft BevelOuter = bvNone TabOrder = 0 object Image1: TImage Left = 8 Top = 8 Width = 33 Height = 33 Picture.Data = {} end end object Panel2: TPanel Left = 0 Top = 162 Width = 506 Height = 31 Align = alBottom BevelOuter = bvNone TabOrder = 1 object Panel3: TPanel Left = 0 Top = 0 Width = 97 Height = 31 Align = alLeft BevelOuter = bvNone TabOrder = 0 object TerminateBTN: TButton Left = 4 Top = 4 Width = 75 Height = 25 Caption = '&Terminate' TabOrder = 0 OnClick = TerminateBTNClick end end object Panel4: TPanel Left = 321 Top = 0 Width = 185 Height = 31 Align = alRight BevelOuter = bvNone TabOrder = 1 object CopyBTN: TButton Left = 30 Top = 4 Width = 75 Height = 25 Caption = 'Co&py' TabOrder = 0 OnClick = CopyBTNClick end object CloseBTN: TButton Left = 110 Top = 4 Width = 75 Height = 25 Cancel = True Caption = '&Close' TabOrder = 1 OnClick = CloseBTNClick end end object Panel5: TPanel Left = 97 Top = 0 Width = 224 Height = 31 Align = alClient BevelOuter = bvNone TabOrder = 2 object Label1: TLabel Left = 0 Top = 0 Width = 224 Height = 31 Align = alClient Alignment = taCenter AutoSize = False Caption = 'Please report this error '#13#10'to Kirys Tech 2000' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False WordWrap = True end end end object Panel6: TPanel Left = 49 Top = 0 Width = 457 Height = 162 Align = alClient BevelOuter = bvNone TabOrder = 2 object ErrorLog: TMemo Left = 0 Top = 0 Width = 457 Height = 162 Align = alClient Lines.Strings = ( 'ErrorLog') ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end end end